Cuminas DjVu SDK for .NET Framework
GetLineIndexFromPoint(IList<Point>,Point,Int32) Method



Syntax
Protected Overloads Shared Function GetLineIndexFromPoint( _
   ByVal points As IList(Of Point), _
   ByVal pt As Point, _
   ByVal threshold As Integer _
) As Integer
Dim points As IList(Of Point)
Dim pt As Point
Dim threshold As Integer
Dim value As Integer
 
value = MapArea.GetLineIndexFromPoint(points, pt, threshold)
protected static int GetLineIndexFromPoint( 
   IList<Point> points,
   Point pt,
   int threshold
)
protected:
static int GetLineIndexFromPoint( 
   IList<Point>^ points,
   Point pt,
   int threshold
) 

Parameters

points
pt
threshold
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

MapArea Class
MapArea Members
Overload List

Send Feedback